home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Found / FWCommon / DOSMake.bmk next >
Encoding:
Text File  |  1994-04-21  |  858 b   |  35 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                DOSMake.bmk
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Creation Date:        3/28/94
  7. #
  8. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  9. #
  10. #========================================================================================
  11. __ComponentName = FWCommon
  12.  
  13. __IncludeDirs = \
  14.     -I$(OPF)\Found\FWCommon\Include \
  15.  
  16. __ComponentLibs= \
  17. !ifdef __BORLANDC__
  18.     $(BEDBORLANDDIR)\Lib\crtldll.lib \
  19.     $(BEDBORLANDDIR)\Lib\import.lib
  20. !endif
  21. !ifdef _BEDWIN32S
  22.     $(BEDSYMCPPDIR)\Lib\Kernel32.LIB
  23. !endif
  24.  
  25. __ComponentObjects = \
  26. !ifdef __BORLANDC__
  27.     $(BEDBORLANDDIR)\Lib\C0DL.obj \
  28. !endif
  29.     $(_BEDTARGETOBJECTSDIR)\FWPriStr.obj \
  30.     $(_BEDTARGETOBJECTSDIR)\FWPriMem.obj \
  31.     $(_BEDTARGETOBJECTSDIR)\FWLibMai.obj \
  32.     $(_BEDTARGETOBJECTSDIR)\FWWep.obj
  33.  
  34. __ComponentResources = 
  35.